home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Programming / Programming Tools / Turbo Pascal / Logweed / READ.ME! < prev   
Encoding:
Text File  |  1987-07-01  |  2.3 KB  |  46 lines  |  [TEXT/ttxt]

  1. !!!!  PLEASE NOTE  !!!!
  2.  
  3. The data file format of LOG V 3.1 is incompatible with earlier versions 
  4. (including V 3.0) and should NOT be used until your existing TIME.LOG file is 
  5. closed out and renamed.  This is EXTREMELY IMPORTANT if you want to preserve 
  6. your current records!  LOG31.COM or should be renamed to LOG.COM before using.
  7.  
  8. !!!!!!!!!!!!!!!!!!!!!!!
  9.  
  10. LOG V 3.1 has several significant operational differences from earlier
  11. versions.
  12.  
  13. 1) File format:
  14.    - The record-counter field of V 2.0 has been eliminated.
  15.    - The comment line has been shortened to only 12 characters so a
  16.      frequently-used time file won't take over your disk as soon.
  17.  
  18. 2) Command line switches:
  19.    - Summary of log entries is accessed with /* switch instead of the
  20.      separate SHOW program used in previous version.
  21.    - A total of 27 possible categories are possible with switches /A
  22.      through /Z, or with no switch at all, each totaled separately with
  23.      the summary option (/*).
  24.    - Invoking LOG with no switch or comment brings up a quickie usage
  25.      guide for the casual user.
  26.  
  27. 3) Drive/directory for TIME.LOG file is pre-assigned as C:\UTILITY.  This
  28.    may be a problem for for double-floppy users, but a simple fix is
  29.    beyond my scope of expertise.  If you have a solution (perhaps use of
  30.    the SUBST or ASSIGN command), please let me know.  If you _need_ a
  31.    solution, let me know and I'll pass any words of wisdom on to you.  If
  32.    all else fails, I can always rewrite the program to look in the default
  33.    directory and upload it.
  34.  
  35. Rev 3.1 modifications 5-18-87 by Rick Johnson            
  36.    - Drive specification possible from command line by entering
  37.      a digit from 1 (for drive A) to 4 (for drive D).
  38.    - Random file records no longer store elapsed time as real number-
  39.      calculation done at summary.    
  40.    - Utilities are included to convert 2.0 or 3.0 fies to 3.1
  41.    - Utility included to strip out entries of less than a user-specified time.
  42.    - Summary calculates category percentages of total PRODUCTIVE time, 
  43.      ignoring administrative time.      
  44.  
  45. Please forward any bugs, comments or suggestions to RICK.JOHNSON
  46.